- panelSettings() - Method in class unipi.bpm.elm.santeramo.view.FilterPanel
-
- parse(File) - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
Parses the given file in a CSV format, and returns the XLog instances extracted.
- parse(InputStream) - Method in class unipi.bpm.elm.santeramo.controller.CsvXesParser
-
Parses a log from the given input stream in a CSV format, and returns the XLog instances extracted.
- parseCSV(String, String) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
This method manages the parsing process of the target file, from its
CSV content to the XES version, then from XES to the XML format to show
the generated content inside an EventLogEditor
.
- ParserContentHandler() - Constructor for class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
Creates a new ParserContentHandler
, calling the
superclass constructor and then initialising the class variables.
- parserLog - Variable in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
This variable records warnings and errors from the parsing process.
- paste() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- pasteEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
This method, if an EventLogEditor
frame is selected, pastes the
content of the system clipboard in the EventLogEditor
text area.
- pasteEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Pastes the content of the system clipboard in the text area of the
EventLogEditor
editor (the one selected inside the
contentArea
).
- plus(String, String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogGenerator
-
This method implements the sum of two parts of the expression.
- popupMenuItemActionListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
- PopupMenuItemActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.PopupMenuItemActionListener
-
- positionFrame(JInternalFrame) - Method in class unipi.bpm.elm.santeramo.view.CustomDesktopManager
-
This method tries to find the best position for a JInternalFrame
inside itsJDesktopPane
and to set its location if there is any free
space on the area (otherwise the internal frame get positioned on the default
position by the application, over all the other frames).
- prefix - Variable in class unipi.bpm.elm.santeramo.controller.AnalysisManager.AlphabetSequenceGenerator
-
The prefix used for the last element generated
- printDocument() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Opens a "Print" dialog to make the user select the printing settings, then prints
the document that is inside the selected
EventLogEditor
editor (the one
inside the
contentArea
).
- printDocument() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Opens a "Print" dialog to make the user select the printing settings, then prints
the document that is inside the selected
EventLogEditor
editor (the one
inside the
contentArea
).